home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 January
/
Macworld (1998-01).dmg
/
FileMaker Pro 4
/
Full FM4 Web
/
shopping_cart
/
includes
/
customerinfo.txt
next >
Wrap
Text File
|
1997-09-14
|
9KB
|
2 lines
<!--Begin Include: customerinfo.txt--> <!--This include file is used to enter customer information or edit existing information. It is used in both the customerid.htm and the customerconfirm.htm files. It is a pretty straight forward table with a few conditional CDML tags so it can be used for both purposes.--> <P>NOTE: Items listed in <FONT COLOR="#ff0000">RED</FONT> are required. We need this minimum information to fulfill your order.</P> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="460"> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <B>Security Information</B> <!--When this form is used to edit existing customer information, a message is displayed telling them to make a note of their security information for future use.--> [FMP-if:currentdatabase.eq.Customers.fp3] <FONT COLOR="#ff0000"> - Please make a note of it for future use.</FONT> [/FMP-if] </TD> </TR> <TR> <!--A unique Customer ID is assigned by the Customers.fp3 database when a new record is added. Since this ID does not yet exist when entering new information, this information is only displayed when editing.--> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> [FMP-if:currentdatabase.eq.Customers.fp3] [FMP-field:Customer ID]<BR> <FONT SIZE="-2">Customer ID</FONT> [/FMP-if] </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <!--When this file is used for entering new information, a VALUE parameter is not needed in the INPUT statement. When used to display existing information for editing, however, this parameter is needed to specify the information for the field. An [FMP-if] statement is used to conditionally insert the VALUE information when processing a query to the Customers.fp3 database. --> <INPUT TYPE="text" SIZE="28" NAME="Password" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Password]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">Password</FONT> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3" HEIGHT="12"> <IMG SRC="images/bluespacer.gif" WIDTH="460" HEIGHT="1" BORDER="0"> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3" WIDTH="230"> <B>Shipping Information</B> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="28" NAME="FirstName" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:FirstName]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">First Name</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="28" NAME="LastName" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:LastName]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">Last Name</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <INPUT TYPE="text" SIZE="60" NAME="Organization" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Organization]"[/FMP-if]><BR> <FONT SIZE="-2">Company/institution</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <INPUT TYPE="text" SIZE="60" NAME="Address" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Address]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">Address</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="460"> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="180"> <INPUT TYPE="text" NAME="City" SIZE="30" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:City]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">City</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="110"> <INPUT TYPE="text" NAME="StateProvince" SIZE="16" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:StateProvince]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">State/Prov</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="50"> <INPUT TYPE="text" NAME="PostalCode" SIZE="5" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:PostalCode]"[/FMP-if]><BR> <FONT SIZE="-2">Postal Code</FONT> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="25" NAME="Country" VALUE=[FMP-if:currentdatabase.eq.Customers.fp3]"[FMP-field:Country]"[FMP-else]"USA"[/FMP-if]><BR> <FONT SIZE="-2">Country</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="460"> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="147"> <INPUT TYPE="text" SIZE="16" NAME="Email" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Email]"[/FMP-if]><BR> <FONT SIZE="-2" COLOR="#ff0000">Email</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="146"> <INPUT TYPE="text" SIZE="16" NAME="Phone" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Phone]"[/FMP-if]><BR> <FONT SIZE="-2">Phone</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="146"> <INPUT TYPE="text" SIZE="16" NAME="Fax" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:Fax]"[/FMP-if]><BR> <FONT SIZE="-2">Fax</FONT> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3" HEIGHT="12"> <IMG SRC="images/bluespacer.gif" WIDTH="460" HEIGHT="1" BORDER="0"> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <B>Billing Information (if different from shipping)</B> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="28" NAME="billingFirstName" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingFirstName]"[/FMP-if]><BR> <FONT SIZE="-2">First Name</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="28" NAME="billingLastName" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingLastName]"[/FMP-if]><BR> <FONT SIZE="-2">Last Name</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <INPUT TYPE="text" SIZE="60" NAME="billingOrganization" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingOrganization]"[/FMP-if]><BR> <FONT SIZE="-2">Company/institution</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <INPUT TYPE="text" SIZE="60" NAME="billingAddress" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingAddress]"[/FMP-if]><BR> <FONT SIZE="-2">Address</FONT> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP COLSPAN="3"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="460"> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="180"> <INPUT TYPE="text" NAME="billingCity" SIZE="30" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingCity]"[/FMP-if]><BR> <FONT SIZE="-2">City</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="110"> <INPUT TYPE="text" NAME="billingStateProvince" SIZE="16" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingStateProvince]"[/FMP-if]><BR> <FONT SIZE="-2">State/Prov</FONT> </TD> <TD WIDTH="10"> </TD> <TD ALIGN=LEFT VALIGN=TOP WIDTH="50"> <INPUT TYPE="text" NAME="billingPostalCode" SIZE="5" [FMP-if:currentdatabase.eq.Customers.fp3]VALUE="[FMP-field:billingPostalCode]"[/FMP-if]><BR> <FONT SIZE="-2">Postal Code</FONT> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD HEIGHT="8"> </TD> </TR> <TR> <TD ALIGN=LEFT VALIGN=TOP WIDTH="225"> <INPUT TYPE="text" SIZE="25" NAME="BillingCountry" VALUE=[FMP-if:currentdatabase.eq.Customers.fp3]"[FMP-field:BillingCountry]"[FMP-else]"USA"[/FMP-if]><BR> <FONT SIZE="-2">Country</FONT> </TD> </TR> </TABLE> <!-- Go to the customerconfirm.htm file to continue. --> <!--End Include: customerinfo.txt-->